home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / Poco 1.2 / pocosetup.exe / file0001.bin / 0 / RCDATA / TFRMREMOTE / TFRMREMOTE.txt
Encoding:
Text File  |  2000-03-01  |  4.3 KB  |  210 lines

  1. object FrmRemote: TFrmRemote
  2.   Left = 347
  3.   Top = 236
  4.   Width = 540
  5.   Height = 311
  6.   Caption = 'View Messages on Server'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   ShowHint = True
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Shape1: TShape
  22.     Left = 0
  23.     Top = 0
  24.     Width = 532
  25.     Height = 18
  26.     Align = alTop
  27.     Brush.Color = clBlack
  28.   end
  29.   object BtnConnect: TSpeedButton
  30.     Left = 192
  31.     Top = 0
  32.     Width = 58
  33.     Height = 17
  34.     Cursor = crHandPoint
  35.     Hint = 'Connect to server'
  36.     Caption = 'Connect'
  37.     Flat = True
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWhite
  40.     Font.Height = 15
  41.     Font.Name = 'Arial'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     Spacing = 2
  45.     OnClick = BtnConnectClick
  46.   end
  47.   object Label1: TLabel
  48.     Left = 5
  49.     Top = 1
  50.     Width = 50
  51.     Height = 15
  52.     Caption = 'Account:'
  53.     Color = clBlack
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWhite
  56.     Font.Height = 15
  57.     Font.Name = 'Arial'
  58.     Font.Style = [fsBold]
  59.     ParentColor = False
  60.     ParentFont = False
  61.   end
  62.   object BtnDelete: TSpeedButton
  63.     Left = 474
  64.     Top = 0
  65.     Width = 57
  66.     Height = 17
  67.     Cursor = crHandPoint
  68.     Hint = 'Delete message'
  69.     Anchors = [akTop, akRight]
  70.     Caption = 'Delete'
  71.     Flat = True
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clWhite
  74.     Font.Height = 15
  75.     Font.Name = 'Arial'
  76.     Font.Style = [fsBold]
  77.     ParentFont = False
  78.     Spacing = 2
  79.     Visible = False
  80.     OnClick = BtnDeleteClick
  81.   end
  82.   object BtnLOS: TSpeedButton
  83.     Left = 416
  84.     Top = 0
  85.     Width = 57
  86.     Height = 17
  87.     Cursor = crHandPoint
  88.     Hint = 'Leave Mail on Server, don'#39't get'
  89.     Anchors = [akTop, akRight]
  90.     Caption = 'L.O.S.'
  91.     Flat = True
  92.     Font.Charset = DEFAULT_CHARSET
  93.     Font.Color = clWhite
  94.     Font.Height = 15
  95.     Font.Name = 'Arial'
  96.     Font.Style = [fsBold]
  97.     ParentFont = False
  98.     Spacing = 2
  99.     Visible = False
  100.     OnClick = BtnLOSClick
  101.   end
  102.   object BtnGet: TSpeedButton
  103.     Left = 358
  104.     Top = 0
  105.     Width = 57
  106.     Height = 17
  107.     Cursor = crHandPoint
  108.     Hint = 'Get message'
  109.     Anchors = [akTop, akRight]
  110.     Caption = 'Get'
  111.     Flat = True
  112.     Font.Charset = DEFAULT_CHARSET
  113.     Font.Color = clWhite
  114.     Font.Height = 15
  115.     Font.Name = 'Arial'
  116.     Font.Style = [fsBold]
  117.     ParentFont = False
  118.     Spacing = 2
  119.     Visible = False
  120.     OnClick = BtnGetClick
  121.   end
  122.   object BtnCancel: TSpeedButton
  123.     Left = 252
  124.     Top = 0
  125.     Width = 58
  126.     Height = 17
  127.     Cursor = crHandPoint
  128.     Hint = 'Cancel'
  129.     Caption = 'Cancel'
  130.     Flat = True
  131.     Font.Charset = DEFAULT_CHARSET
  132.     Font.Color = clWhite
  133.     Font.Height = 15
  134.     Font.Name = 'Arial'
  135.     Font.Style = [fsBold]
  136.     ParentFont = False
  137.     Spacing = 2
  138.     Visible = False
  139.     OnClick = BtnCancelClick
  140.   end
  141.   object PnlMain: TPanel
  142.     Left = 0
  143.     Top = 18
  144.     Width = 532
  145.     Height = 247
  146.     Align = alClient
  147.     BevelInner = bvRaised
  148.     BevelOuter = bvLowered
  149.     TabOrder = 0
  150.     object Grid: TStringGrid
  151.       Left = 2
  152.       Top = 2
  153.       Width = 528
  154.       Height = 243
  155.       Align = alClient
  156.       BorderStyle = bsNone
  157.       ColCount = 7
  158.       DefaultRowHeight = 18
  159.       FixedColor = 14134457
  160.       FixedCols = 0
  161.       RowCount = 2
  162.       Font.Charset = DEFAULT_CHARSET
  163.       Font.Color = clWindowText
  164.       Font.Height = 15
  165.       Font.Name = 'Arial'
  166.       Font.Style = []
  167.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goRowSelect, goThumbTracking]
  168.       ParentFont = False
  169.       TabOrder = 0
  170.       OnDrawCell = GridDrawCell
  171.       ColWidths = (
  172.         21
  173.         124
  174.         111
  175.         106
  176.         26
  177.         108
  178.         19)
  179.     end
  180.   end
  181.   object StatusBar: TStatusBar
  182.     Left = 0
  183.     Top = 265
  184.     Width = 532
  185.     Height = 19
  186.     Panels = <
  187.       item
  188.         Width = 200
  189.       end>
  190.     SimplePanel = False
  191.   end
  192.   object AccountsList: TComboBox
  193.     Left = 62
  194.     Top = -2
  195.     Width = 128
  196.     Height = 22
  197.     Style = csDropDownList
  198.     Color = clBlack
  199.     DropDownCount = 12
  200.     Font.Charset = DEFAULT_CHARSET
  201.     Font.Color = clWhite
  202.     Font.Height = 14
  203.     Font.Name = 'Arial'
  204.     Font.Style = []
  205.     ItemHeight = 14
  206.     ParentFont = False
  207.     TabOrder = 2
  208.   end
  209. end
  210.